Skip to content

Untitled#2

Open
whalliburton wants to merge 1 commit intovii:masterfrom
whalliburton:master
Open

Untitled#2
whalliburton wants to merge 1 commit intovii:masterfrom
whalliburton:master

Conversation

@whalliburton
Copy link

No description provided.

Try these in your .emacs:

  (setq whitespace-style '(tabs trailing))
  (add-hook 'lisp-mode-hook 'whitespace-mode)

  (defun untabify-buffer ()
    (untabify (point-min) (point-max)))

  (add-hook 'write-file-hooks 'untabify-buffer)
  (add-hook 'write-file-hooks 'delete-trailing-whitespace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant